home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
athlete_.swf
/
scripts
/
DefineButton2_119
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
130b
|
9 lines
on(release){
_root.mheight -= 5;
if(_root.mheight < 5)
{
_root.mheight = 5;
}
nop = _root.mheight;
}